home *** CD-ROM | disk | FTP | other *** search
- /*
- * AutoMouse.h
- *
- * Robert Dierkes, April 26, 1993
- *
- * Change History:
- *
- * 4/93 ??? New
- * 4/96 bob Updated #includes to support changed GX Library names.
- * Changed boolean to Boolean.
- * Added the copyright info.
- *
- *
- * © Apple Computer, Inc. 1990 - 1996 All rights reserved
- *
- */
-
- #include <GXTypes.h>
-
- void InitializeAutoMouse (gxShape boundsShape);
- Boolean ToggleAutoMouse (void);
- void MoveAutoMouse (void);
-